home *** CD-ROM | disk | FTP | other *** search
- object DatePropDlg: TDatePropDlg
- Left = 12
- Top = 122
- BorderStyle = bsDialog
- Caption = 'Date / Time Property Editor'
- ClientHeight = 359
- ClientWidth = 363
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 266
- Top = 324
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object GroupBox11: TGroupBox
- Left = 8
- Top = 4
- Width = 345
- Height = 97
- Caption = 'Format'
- TabOrder = 0
- object sheets: TNotebook
- Left = 2
- Top = 18
- Width = 341
- Height = 77
- Align = alClient
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = '0'
- object Label5: TLabel
- Left = 16
- Top = 12
- Width = 103
- Height = 16
- AutoSize = False
- Caption = 'Use &Format:'
- end
- object Label6: TLabel
- Left = 16
- Top = 44
- Width = 112
- Height = 16
- AutoSize = False
- Caption = 'Preview:'
- end
- object DateSample: TPanel
- Left = 136
- Top = 36
- Width = 201
- Height = 29
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- BorderWidth = 4
- Caption = 'DateSample'
- TabOrder = 0
- end
- object DateFMT: TEdit
- Left = 136
- Top = 8
- Width = 201
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'DTF'
- OnChange = DateFMTChange
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '1'
- object Label9: TLabel
- Left = 16
- Top = 18
- Width = 257
- Height = 16
- AutoSize = False
- Caption = '&Number of Digits for Page Numbers'
- FocusControl = Zeros
- end
- object Zeros: TSpinEdit
- Left = 283
- Top = 13
- Width = 49
- Height = 26
- MaxLength = 1
- MaxValue = 9
- MinValue = 1
- TabOrder = 0
- Value = 1
- end
- end
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 101
- Width = 345
- Height = 123
- Caption = 'Border Settings'
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 22
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Border Style :'
- FocusControl = LineStyle
- end
- object Label2: TLabel
- Left = 16
- Top = 54
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Colour :'
- FocusControl = LineColor
- end
- object Label3: TLabel
- Left = 16
- Top = 89
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Width:'
- FocusControl = LineWidth
- end
- object Label4: TLabel
- Left = 208
- Top = 89
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '(Pixels)'
- FocusControl = LineColor
- end
- object LineStyle: TComboBox
- Left = 136
- Top = 21
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Solid '
- 'Dashes'
- 'Dots'
- 'Dash, Dot'
- 'Dash, Dot, Dot')
- TabOrder = 0
- OnDrawItem = LineStyleDrawItem
- end
- object LineColor: TComboBox
- Left = 136
- Top = 53
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- object LineWidth: TSpinEdit
- Left = 136
- Top = 87
- Width = 65
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100
- MinValue = 0
- ParentFont = False
- TabOrder = 2
- Value = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 227
- Width = 345
- Height = 91
- Caption = 'Background Settings'
- TabOrder = 2
- object Label7: TLabel
- Left = 16
- Top = 24
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Style :'
- FocusControl = LineStyle
- end
- object Label8: TLabel
- Left = 16
- Top = 56
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Colou&r :'
- FocusControl = LineColor
- end
- object RectStyle: TComboBox
- Left = 136
- Top = 23
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'bsSolid'
- 'bsClear'
- 'bsBDiagonal'
- 'bsFDiagonal'
- 'bsCross'
- 'bsDiagCross'
- 'bsHorizontal'
- 'bsVertical')
- TabOrder = 0
- OnDrawItem = RectStyleDrawItem
- end
- object RectColor: TComboBox
- Left = 136
- Top = 55
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- end
- object Button2: TButton
- Left = 84
- Top = 324
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Button3: TButton
- Left = 175
- Top = 324
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Button2'
- 'Button3'
- 'DateFMT'
- 'DateSample'
- 'GroupBox1'
- 'GroupBox11'
- 'GroupBox2'
- 'Label1'
- 'Label2'
- 'Label3'
- 'Label4'
- 'Label5'
- 'Label6'
- 'Label7'
- 'Label8'
- 'Label9'
- 'LineColor'
- 'LineStyle'
- 'LineWidth'
- 'ODSHelp1'
- 'RectColor'
- 'RectStyle'
- 'sheets'
- 'SpeedButton1'
- 'Zeros')
- HelpText.HelpData = {
- 190001000072005768656E2070726573736564207468697320627574746F6E20
- 77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
- 747320666F722074686973206F626A65637420616E64207468656E2072657475
- 726E20746F2074686520506167652044657369676E65722E0001010000000100
- 0079005768656E2070726573736564207468697320627574746F6E2077696C6C
- 2063616E63656C20616E792070726F706572747920616D656E646D656E747320
- 6D61646520666F72202074686973206F626A65637420616E64207468656E2072
- 657475726E20746F2074686520506167652044657369676E65722E0001010000
- 00010000750254686973206669656C6420616C6C6F77732074686520666F726D
- 6174206F6620746865204F626A6563749273206F757470757420746F20626520
- 616C74657265642E204368616E67696E672074686520666F726D617420737472
- 696E6720616C6C6F777320646966666572656E74207374796C6573206F662064
- 617465206F722074696D6520746F20626520757365642C20616E6420616C736F
- 20656E61626C652074686520696E636C7573696F6E206F662073746174696320
- 746578742077697468696E20746865204F626A6563749273206F75747075742E
- 0D0A0D0A466F72206578616D706C652C2062792073706563696679696E672074
- 686520666F726D617420737472696E6720617320225072696E746564206F6E3A
- 202292646464642064646464642220617420227422202028696E636C75646520
- 7468652071756F746573292C20776F756C6420726573756C7420696E20746865
- 204F626A65637420206265696E67206F757470757420617320225072696E7465
- 64206F6E3A204672696461792030312F30332F39362061742031323A31352220
- 204F6620636F757273652C207468697320776F756C6420646570656E64206F6E
- 20796F75722057696E646F7773922073657474696E677320666F722064617465
- 20616E642074696D6520666F726D6174732C20736F207468652061637475616C
- 20726573756C74206D617920766172792E0D0A0D0A466F7220612066756C6C20
- 6C697374206F6620666F726D6174206F7074696F6E7320617661696C61626C65
- 2C20636C69636B206F6E20224D6F726520496E666F726D6174696F6E2E2E2E22
- 2061742074686520666F6F74206F66207468697320746578742E000102000000
- 010000F600546869732091726561642D6F6E6C7992206669656C642064697370
- 6C61797320616E206578616D706C65206F6620746865204F626A656374927320
- 6F757470757420666F726D61742C20696E2072656C6174696F6E20746F207468
- 6520666F726D617420737472696E67207370656369666965642E0D0A0D0A4173
- 2074686520666F726D617420737472696E6720697320616C74657265642C2074
- 686973206669656C642077696C6C206175746F6D61746963616C6C7920757064
- 61746520697473656C6620746F2073686F7720686F772074686174206368616E
- 67652077696C6C2061666665637420746865204F626A6563742E000101000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100004001546869
- 73206669656C6420616C6C6F77732074686520636F6C6F7572206F6620746865
- 206C696E65207573656420746F2064726177206120626F726465722061726F75
- 6E6420746865206F626A65637420746F2062652063686F73656E2E20546F2073
- 656C656374206120636F6C6F7572206F72206368616E676520616E20616C7265
- 6164792073656C656374656420636F6C6F75722C207573652074686520916472
- 6F702D646F776E92206172726F7720616E64207468656E2073656C6563742074
- 686520636F6C6F75722066726F6D20746865206C697374207468617420697320
- 646973706C617965642E0D0A0D0A496620796F752077616E7420746F2072656D
- 6F7665206120626F726465722066726F6D20616E204F626A6563742C2073696D
- 706C792073656C6563742074686520636F6C6F75722057686974652E00010100
- 0000010000B40154686973206669656C6420616C6C6F77732074686520737479
- 6C65206F6620746865206C696E65207573656420746F2064726177206120626F
- 726465722061726F756E6420746865206F626A65637420746F2062652063686F
- 73656E2E20546F2073656C6563742061207374796C65206F72206368616E6765
- 20616E20616C72656164792073656C6563746564207374796C652C2075736520
- 746865209164726F702D646F776E92206172726F7720616E64207468656E2073
- 656C65637420746865207374796C652066726F6D20746865206C697374207468
- 617420697320646973706C617965642E0D0A0D0A49742073686F756C64206265
- 206E6F7465642074686174206C696E6573206F66206120746869636B6E657373
- 2067726561746572207468617420312C2077696C6C206F6E6C7920737570706F
- 7274206120736F6C6964206C696E65207374796C652E2049662074686520426F
- 72646572205769647468206669656C6420697320737065636966696564206173
- 206265696E672067726561746572207468616E206F6E652C207468656E207468
- 6973206669656C642077696C6C2062652064697361626C65642E000101000000
- 010000AD0154686973206669656C6420616C6C6F777320746865207769647468
- 206F6620746865206C696E65207573656420746F2064726177206120626F7264
- 65722061726F756E6420746865206F626A65637420746F2062652063686F7365
- 6E2E20546F2073656C656374206120646966666572656E742077696474682C20
- 65697468657220656E746572207468652076616C7565206469726563746C7920
- 696E746F2074686973206669656C642C206F72207573652074686520696E6372
- 656D656E74616C20757020616E6420646F776E206172726F77732E0D0A0D0A49
- 742073686F756C64206265206E6F7465642074686174206C696E6573206F6620
- 6120746869636B6E6573732067726561746572207468617420312C2077696C6C
- 206F6E6C7920737570706F7274206120736F6C6964206C696E65207374796C65
- 2E2049662074686520426F72646572205769647468206669656C642069732073
- 7065636966696564206173206265696E672067726561746572207468616E206F
- 6E652C207468656E2074686520426F72646572205374796C65206669656C6420
- 77696C6C2062652064697361626C65642E000101000000010000000001000000
- 000100002D0154686973206669656C6420616C6C6F77732074686520696E7465
- 726E616C20636F6C6F7572206F6620746865206F626A65637420746F20626520
- 63686F73656E2E20546F2073656C656374206120636F6C6F7572206F72206368
- 616E676520616E20616C72656164792073656C656374656420636F6C6F75722C
- 2075736520746865209164726F702D646F776E92206172726F7720616E642074
- 68656E2073656C6563742074686520636F6C6F75722066726F6D20746865206C
- 697374207468617420697320646973706C617965642E0D0A0D0A496620796F75
- 2077616E7420746F2072656D6F766520616E20696E7465726E616C20636F6C6F
- 75722066726F6D20616E204F626A6563742C2073696D706C792073656C656374
- 2074686520636F6C6F75722057686974652E0001010000000100003901546869
- 73206669656C6420616C6C6F77732074686520696E7465726E616C2070617474
- 65726E207374796C65206F6620746865206F626A65637420746F206265206368
- 6F73656E2E20546F2073656C6563742061207374796C65206F72206368616E67
- 6520616E20616C72656164792073656C6563746564207374796C652C20757365
- 20746865209164726F702D646F776E92206172726F7720616E64207468656E20
- 73656C65637420746865207374796C652066726F6D20746865206C6973742074
- 68617420697320646973706C617965642E0D0A0D0A546F2072656D6F76652061
- 207061747465726E2066726F6D2074686520696E73696465206F6620616E206F
- 626A6563742C2073696D706C792073656C6563742074686520636C6561722070
- 61747465726E2066726F6D20746865206C6973742E0001010000000100000000
- 010000000001000000000100000000010000570154686973206669656C642061
- 6C6C6F777320746865206E756D626572206F662064696769747320746F206265
- 207573656420666F72207468652070616765206E756D62657220746F20626520
- 7370656369666965642E20466F72206578616D706C652C207370656369667969
- 6E6720746865206E756D626572206F662064696769747320617320332C20776F
- 756C6420726573756C7420696E207468652070616765206E756D626572206265
- 696E67206F7574707574206173203030312C203030322C20616E6420736F206F
- 6E2E0D0A0D0A546F2073706563696679206120646966666572656E74206E756D
- 626572206F66206469676974732C2065697468657220656E7465722074686520
- 76616C7565206469726563746C7920696E746F2074686973206669656C642C20
- 6F72207573652074686520696E6372656D656E74616C20757020616E6420646F
- 776E206172726F77732E000101000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 8
- Top = 320
- end
- end
-